home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc1_2_x / fretext1.sit / Welcome to Free Text v1.01 < prev    next >
Text File  |  1990-04-13  |  4KB  |  104 lines

  1. Greetings! 
  2.  
  3.  
  4.   This is the master distribution disk for Free Text, the "real-time 
  5. high-bandwidth free-text information retrieval system".  It contains: 
  6.  
  7.  
  8. Free Text Browser v1.01       - 65,497 bytes, created Sun, Sep 10, 1989, 
  9.                                  modified Fri, Apr 13, 1990 
  10. Free Text Help/Services v1.01 - 180,714 bytes, created Sun, Jan 7, 1990, 
  11.                                  modified Fri, Apr 13, 1990 
  12.  
  13.  
  14. This disk also includes a folder with backup copies of the Browser and 
  15. Help/Services stacks, a folder with the complete C source code for the
  16. XFCNs used in the Free Text stacks, and this "Welcome to Free Text v1.01"
  17. file itself. 
  18.  
  19.  
  20. Version 1.01 changes only three things from version 1.0: 
  21.   - the Text View retrieval part of Free Text Browser now filters out 
  22. all control characters other than <return>, so highlighting for non-TEXT 
  23. files works more reliably; 
  24.   - the source code for the Free Text external functions has been moved
  25. out of the Help/Services stack and into a separate folder, for multiple
  26. reasons; 
  27.   - my 30kB essay on "Free Text Information Retrieval Philosophy", 
  28. written in March 1990, has been integrated into the Help/Services stack. 
  29.  
  30.  
  31.   Please read the detailed documentation in Free Text Help/Services 
  32. for complete information about how to use Free Text most efficiently, 
  33. for the source code in C behind all the Free Text functions, for the 
  34. specific terms and conditions under which you can redistribute 
  35. Free Text (the GNU General Public License), for details of the lack 
  36. of warranty with which this software comes, etc. 
  37.  
  38.  
  39.   I hope you enjoy using my programs, and that they serve you well! 
  40.  
  41.  
  42. Best, 
  43.  
  44.  
  45. Mark (^z) Zimmermann 
  46. Silver Spring, Maryland 
  47. February 1990 
  48.  
  49.  
  50.  
  51.  
  52.  ------------------------------------------------------ 
  53.  
  54.  
  55. text of official Free Text release announcement follows: 
  56.  
  57.  
  58.  FREE TEXT is a memory extender -- it lets you take multi-megabyte 
  59. collections of unstructured text and browse them rapidly and 
  60. effectively. It works by building a complete inverted index to every 
  61. word in the database, and then provides you with windows into the word 
  62. list (Index View), the instances of each word's occurrences (Context 
  63. View) and the full text around each instance (Text View).  Free Text is 
  64. fast, both in indexing (I measured 17 Megabytes/hour on a IIcx recently, 
  65. indexing the King James Bible) and in searching/retrieving (limited by 
  66. HyperCard screen refresh delays).  Index file overhead is reasonable, 
  67. approximately 80% for large files. 
  68.  
  69.  
  70.  I've applied FREE TEXT to all sorts of big text collections -- archives 
  71. of my online correspondence, religious and literary works, technical 
  72. manuals (e.g., INSIDE MACINTOSH), etc.  It's great for early stage 
  73. research, before one knows the precise questions to ask to a more 
  74. structured database.  I describe FREE TEXT briefly as "the real-time 
  75. high-bandwidth free-text information retrieval toolkit". 
  76.  
  77.  
  78.  FREE TEXT differs from more conventional inverted-index search systems 
  79. in its use of the point-and-click Mac user interface.  It provides you 
  80. with word lists so that you can recognize what you want to retrieve and 
  81. click on it, rather than requiring you to remember and type in targets 
  82. for searches and retrieval commands.  FREE TEXT is enhanced over my 
  83. earlier TEXAS and TEX systems in that the user interface is better, you 
  84. can now do full Boolean proximity search, multi-file browsing is easier, 
  85. and many less-visible improvements have been made behind the scenes, to 
  86. make FREE TEXT more powerful and extensible. 
  87.  
  88.  
  89.  FREE TEXT is completely free software (in the GNU/Stallman sense).  It 
  90. is written in C as external functions (XFCNs) behind a HyperCard front 
  91. end, which makes it easy to customize and modify as you please.  FREE 
  92. TEXT includes full source code to all its XFCNs, along with extensive 
  93. help, a "guided tour" of its features, quick start summary information, 
  94. and other documentation and information to help users and developers. 
  95.  
  96.  
  97.  Hope you enjoy using it! - ^z 
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.